3.2360 \(\int \frac {1}{(a+b \sqrt [3]{x}) x} \, dx\)

Optimal. Leaf size=22 \[ \frac {\log (x)}{a}-\frac {3 \log \left (a+b \sqrt [3]{x}\right )}{a} \]

[Out]

-3*ln(a+b*x^(1/3))/a+ln(x)/a

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 22, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.267, Rules used = {266, 36, 29, 31} \[ \frac {\log (x)}{a}-\frac {3 \log \left (a+b \sqrt [3]{x}\right )}{a} \]

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x^(1/3))*x),x]

[Out]

(-3*Log[a + b*x^(1/3)])/a + Log[x]/a

Rule 29

Int[(x_)^(-1), x_Symbol] :> Simp[Log[x], x]

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 36

Int[1/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :> Dist[b/(b*c - a*d), Int[1/(a + b*x), x], x] -
Dist[d/(b*c - a*d), Int[1/(c + d*x), x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0]

Rule 266

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(a
+ b*x)^p, x], x, x^n], x] /; FreeQ[{a, b, m, n, p}, x] && IntegerQ[Simplify[(m + 1)/n]]

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b \sqrt [3]{x}\right ) x} \, dx &=3 \operatorname {Subst}\left (\int \frac {1}{x (a+b x)} \, dx,x,\sqrt [3]{x}\right )\\ &=\frac {3 \operatorname {Subst}\left (\int \frac {1}{x} \, dx,x,\sqrt [3]{x}\right )}{a}-\frac {(3 b) \operatorname {Subst}\left (\int \frac {1}{a+b x} \, dx,x,\sqrt [3]{x}\right )}{a}\\ &=-\frac {3 \log \left (a+b \sqrt [3]{x}\right )}{a}+\frac {\log (x)}{a}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 22, normalized size = 1.00 \[ \frac {\log (x)}{a}-\frac {3 \log \left (a+b \sqrt [3]{x}\right )}{a} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((a + b*x^(1/3))*x),x]

[Out]

(-3*Log[a + b*x^(1/3)])/a + Log[x]/a

________________________________________________________________________________________

fricas [A]  time = 0.73, size = 20, normalized size = 0.91 \[ -\frac {3 \, {\left (\log \left (b x^{\frac {1}{3}} + a\right ) - \log \left (x^{\frac {1}{3}}\right )\right )}}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*x^(1/3))/x,x, algorithm="fricas")

[Out]

-3*(log(b*x^(1/3) + a) - log(x^(1/3)))/a

________________________________________________________________________________________

giac [A]  time = 0.20, size = 22, normalized size = 1.00 \[ -\frac {3 \, \log \left ({\left | b x^{\frac {1}{3}} + a \right |}\right )}{a} + \frac {\log \left ({\left | x \right |}\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*x^(1/3))/x,x, algorithm="giac")

[Out]

-3*log(abs(b*x^(1/3) + a))/a + log(abs(x))/a

________________________________________________________________________________________

maple [A]  time = 0.00, size = 21, normalized size = 0.95 \[ \frac {\ln \relax (x )}{a}-\frac {3 \ln \left (b \,x^{\frac {1}{3}}+a \right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^(1/3)+a)/x,x)

[Out]

-3*ln(b*x^(1/3)+a)/a+1/a*ln(x)

________________________________________________________________________________________

maxima [A]  time = 0.63, size = 20, normalized size = 0.91 \[ -\frac {3 \, \log \left (b x^{\frac {1}{3}} + a\right )}{a} + \frac {\log \relax (x)}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*x^(1/3))/x,x, algorithm="maxima")

[Out]

-3*log(b*x^(1/3) + a)/a + log(x)/a

________________________________________________________________________________________

mupad [B]  time = 1.21, size = 17, normalized size = 0.77 \[ -\frac {6\,\mathrm {atanh}\left (\frac {2\,b\,x^{1/3}}{a}+1\right )}{a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x*(a + b*x^(1/3))),x)

[Out]

-(6*atanh((2*b*x^(1/3))/a + 1))/a

________________________________________________________________________________________

sympy [A]  time = 0.63, size = 37, normalized size = 1.68 \[ \begin {cases} \frac {\tilde {\infty }}{\sqrt [3]{x}} & \text {for}\: a = 0 \wedge b = 0 \\\frac {\log {\relax (x )}}{a} & \text {for}\: b = 0 \\- \frac {3}{b \sqrt [3]{x}} & \text {for}\: a = 0 \\\frac {\log {\relax (x )}}{a} - \frac {3 \log {\left (\frac {a}{b} + \sqrt [3]{x} \right )}}{a} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a+b*x**(1/3))/x,x)

[Out]

Piecewise((zoo/x**(1/3), Eq(a, 0) & Eq(b, 0)), (log(x)/a, Eq(b, 0)), (-3/(b*x**(1/3)), Eq(a, 0)), (log(x)/a -
3*log(a/b + x**(1/3))/a, True))

________________________________________________________________________________________